BCDRTests/Test 01 - 1 input - 2 jobs - 1 output/03-cleanup.ps1 (7 lines of code) (raw):
######################################################################
#Gather necessary variables from previous terminal if necessary, and paste them into a new window
Write-Host "`
`$rgName = `"$rgName`""
######################################################################
#Delete the resource group
Remove-AzResourceGroup -Name $rgName -Force